adTempus API
PreviousUpNext
IADTAce::GrantMask Property

Gets or sets the permissions that are granted to the Entity.

C++
__property long GrantMask;
C#
long GrantMask;
Visual Basic
Property GrantMask() As long

The GrantMask can is set to a combination of values from the SecurityActionsEnum enumeration. 

 

Setting some permissions causes other "implied" permissions to be set automatically:

Value 
Also Grants 
saView 
saList 
saModify 
saView,saList,saHoldRelease 
saExecute 
saList 
saHoldRelease 
saList 
saAdminister 
saChangeOwner 
saDelete 
saList,saView 

To give a user permission to list, view, and modify the object:

ace.GrantMask=saList OR saView OR saModify
adTempus API Reference version 3.0.0.0, revised 10/30/2008